home *** CD-ROM | disk | FTP | other *** search
/ il gioco del Kamasutra / Milo Manara Kamasutra.iso / mac / DATA / ParteIII / GameII / Ascia.dir / 00018_Script_18 < prev    next >
Text File  |  1997-11-23  |  178b  |  11 lines

  1. on mouseDown
  2.   puppetsprite 10, true
  3.   set the member of sprite 10 to "F1DOWN"
  4.   updatestage
  5. end
  6.  
  7. on mouseUp
  8.   set the member of sprite 10 to "F1Up"
  9.   updatestage
  10. end 
  11.